Vcenter Ovf UnknownSectionParams

Vcenter Ovf UnknownSectionParams
Vcenter Ovf UnknownSectionParams

The Vcenter Ovf UnknownSectionParams schema contains a list of unknown, non-required sections.

See POST /vcenter/ovf/library-item/{ovfLibraryItemId}?action=deploy and POST /vcenter/ovf/library-item/{ovfLibraryItemId}?action=filter.

JSON Example
{
    "unknown_sections": [
        {
            "tag": "string",
            "info": "string"
        }
    ],
    "type": "string"
}
unknown_sections
Optional

List of unknown, non-required sections.

This property is not used in the input parameters when deploying an OVF package. This property will always be present in the result when retrieving information about an OVF package.

string
type
Optional

Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters schema.

This property must be provided in the input parameters when deploying an OVF package. This property will always be present in the result when retrieving information about an OVF package.